home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / access / mdbgu.zip / TEXTBOXM.PRO < prev    next >
Text File  |  1995-02-25  |  355b  |  14 lines

  1. ; default multiline textbox properties
  2. Height          =   315
  3. Index           =   <<index>>
  4. Left            =   <<left>>
  5. MultipleLine    =   -1 ' True
  6. TabIndex        =   <<tabindex>>
  7. Tag             =   "<<fieldname>>"
  8. Text            =   "<<fieldname>>"
  9. Top             =   <<top>>
  10. Visible         =   1   'True
  11. Width           =   2415
  12.  
  13.  
  14.